Global.Destroy


Destroys a global if it is present.

prototype Global.Destoy( string name );

Parameters:
string : Name of the global.

Return value:
None.

Notes:
If no global was present, no error is produced.